home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / LISTWIND.PAK / LISTWIND.RC < prev    next >
Text File  |  1997-05-06  |  2KB  |  61 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1995 by Borland International, All Rights Reserved
  4. //
  5. //----------------------------------------------------------------------------
  6. #include <owl/owlapp.rc>
  7. #include <owl/except.rc>
  8. #include <owl/editsear.rc>      // Get TEditSearch resources
  9. #include <owl/editfile.rc>      // Get TEditFile resources
  10. #include <owl/window.rh>
  11.  
  12. #include "listwind.rh"
  13.  
  14. #include <owl/except.rc>
  15.  
  16. IDM_VIEW MENU
  17. {
  18.  POPUP "&View"
  19.  {
  20.   MENUITEM "Lar&ge icon", CM_VIEWLARGEICON
  21.   MENUITEM "S&mall Icon", CM_VIEWSMALLICON
  22.   MENUITEM "&List", CM_VIEWLIST
  23.   MENUITEM "&Detail", CM_VIEWDETAIL, CHECKED
  24.  }
  25. }
  26.  
  27. IDM_MENU1 MENU 
  28. {
  29.  POPUP "&Commands"
  30.  {
  31.   MENUITEM "Show Selected &Strings...", CM_SHOWSTRINGS
  32.   MENUITEM "Show Selected &Items...", CM_SHOWSELECTED
  33.   MENUITEM "Show Selection S&tate...", CM_SHOWSTATE
  34.   MENUITEM SEPARATOR
  35.   MENUITEM "Select &All", CM_SELECTALL
  36.   MENUITEM "&Unselect", CM_UNSELECT
  37.  }
  38.  
  39. }
  40.  
  41. IDD_SHOWSELECT DIALOG 0, 0, 194, 118
  42. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  43. CAPTION "Show Item Info"
  44. FONT 8, "MS Sans Serif"
  45. {
  46.  CONTROL "OK", IDOK, "BUTTON", BS_PUSHBUTTON | BS_CENTER | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 136, 96, 50, 14
  47.  CONTROL "ListBox1", IDC_LISTBOX, "listbox", WS_VSCROLL | WS_BORDER | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 8, 4, 116, 112, 0
  48. }
  49.  
  50.  
  51. ICON_1 ICON "frect.ico"
  52. ICON_2 ICON "blakjack.ico"
  53. ICON_3 ICON "chess.ico"
  54. ICON_4 ICON "critter.ico"
  55. ICON_5 ICON "critter2.ico"
  56. ICON_6 ICON "ellipse.ico"
  57. ICON_7 ICON "fellipse.ico"
  58. ICON_8 ICON "owlpaint.ico"
  59.  
  60.  
  61.